/*
* Entity.h
* iphone-gl-app
*
* Created by John Ryland on 14/06/09.
* Copyright 2009 InvertedLogic. All rights reserved.
*
*/
#ifndef ENTITY_H
#define ENTITY_H
class Entity {
public:
// sprites
// textures
// sounds
// actions
// events
};
#endif // ENTITY_H